home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-05004.DIR / 00019.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  429 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   set the visible of sprite 12 to 0
  4.   set the visible of sprite 13 to 0
  5.   set the visible of sprite 14 to 0
  6.   set the visible of sprite 15 to 0
  7.   set the visible of sprite 16 to 0
  8.   set the visible of sprite 17 to 0
  9.   set the visible of sprite 18 to 0
  10.   set the visible of sprite 19 to 0
  11.   set the visible of sprite 11 to not (the visible of sprite 11)
  12.   set the visible of sprite 21 to 1
  13. end
  14.